Newer binutils is a bit stricter and errors out when you try
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 13 Sep 2005 10:21:22 +0000 (10:21 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 13 Sep 2005 10:21:22 +0000 (10:21 +0000)
commitdfadead31c0fc03a1c42b2b909d03839170425c0
tree2e70ce85450f616cfe7844dcb703f56598dee4e3
parent92c31657be0cb011b79393e98c5732336994ee96
Newer binutils is a bit stricter and errors out when you try
to use movl on a 16 bit word on x86_64.  Using just a "mov"
compiles fine and should result in the same code.

{standard input}: Assembler messages:
{standard input}:2138: Error: suffix or operands invalid for `mov'
{standard input}:2140: Error: suffix or operands invalid for `mov'
{standard input}:2142: Error: suffix or operands invalid for `mov'
{standard input}:2144: Error: suffix or operands invalid for `mov'

Signed-off-by: Rik van Riel <riel@redhat.com>
xen/arch/x86/domain.c